home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
game
/
jump
/
targisPAL.txt
< prev
next >
Wrap
Text File
|
1993-07-04
|
438b
|
21 lines
The Targis executable in aminet/jump/targis.lha has a bug in it--it won't work
on PAL systems. This can be fixed by changing the bytes
$6600, $fffe
to
$4e71, $4e71
This code is at offset $656 into the file "targis".
The code checks to make sure the lines/field is 60, and if it isn't it does
hangs up in the
here: bne here
The patch replaces this with two nops so it will work on PAL machines.
-David Ashley
dash@netcom.com